public class Factory extends Object
| Constructor and Description |
|---|
Factory() |
public Factory()
public static StringType newString_(String value)
public static UriType newUri(String value) throws URISyntaxException
URISyntaxExceptionpublic static UrlType newUrl(String value) throws URISyntaxException
URISyntaxExceptionpublic static CanonicalType newCanonical(String value) throws URISyntaxException
URISyntaxExceptionpublic static DateTimeType newDateTime(String value) throws ParseException
ParseExceptionpublic static DateType newDate(String value) throws ParseException
ParseExceptionpublic static IntegerType newInteger(int value)
public static IntegerType newInteger(Integer value)
public static BooleanType newBoolean(boolean value)
public static ContactPoint newContactPoint(ContactPoint.ContactPointSystem system, String value)
public static Extension newExtension(String uri, Type value, boolean evenIfNull)
public static CodeableConcept newCodeableConcept(String code, String system, String display)
public static Reference makeReference(String url)
public static Narrative newNarrative(Narrative.NarrativeStatus status, String html) throws IOException, org.hl7.fhir.exceptions.FHIRException
IOExceptionorg.hl7.fhir.exceptions.FHIRExceptionpublic static Coding makeCoding(String code) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic static Reference makeReference(String url, String text)
public static String createUUID()
Copyright © 2014–2021 Health Level 7. All rights reserved.