public class Utils extends Object implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
static String |
hl7Timestamp() |
Object |
invokeMethod(String method,
Object arguments) |
static Object |
nextRepetition(org.openehealth.ipf.modules.hl7.dsl.Repeatable closure) |
static boolean |
populateIdentifier(Object cx,
String oid) |
static boolean |
populateIdentifier(Object cx,
String oid,
String identifier) |
static boolean |
populateIdentifier(Object cx,
UriMapper uriMapper,
String uri) |
static boolean |
populateIdentifier(Object cx,
UriMapper uriMapper,
String uri,
String identifier) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
static ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException |
unexpectedProblem() |
static ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException |
unknownPatientDomain() |
static ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException |
unknownPatientDomain(String domain) |
static ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException |
unknownPatientId() |
static ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException |
unknownSourceDomainCode() |
static ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException |
unknownSourceDomainCode(String domain) |
static ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException |
unknownTargetDomainCode() |
static ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException |
unknownTargetDomainCode(String domain) |
static ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException |
unknownTargetDomainValue() |
static ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException |
unknownTargetDomainValue(String domain) |
public static boolean populateIdentifier(Object cx, UriMapper uriMapper, String uri)
public static ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException unknownSourceDomainCode()
public static ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException unknownTargetDomainCode()
public static ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException unknownPatientDomain()
public static ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException unknownTargetDomainValue()
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic static Object nextRepetition(org.openehealth.ipf.modules.hl7.dsl.Repeatable closure)
public static String hl7Timestamp()
public static boolean populateIdentifier(Object cx, UriMapper uriMapper, String uri, String identifier)
public static boolean populateIdentifier(Object cx, String oid, String identifier)
public static ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException unknownPatientId()
public static ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException unknownSourceDomainCode(String domain)
public static ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException unknownTargetDomainCode(String domain)
public static ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException unknownPatientDomain(String domain)
public static ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException unknownTargetDomainValue(String domain)
public static ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException unexpectedProblem()
Copyright © 2016 Open eHealth Foundation. All rights reserved.