Package ca.uhn.fhir.model.dstu2
Class FhirDstu2
- java.lang.Object
-
- ca.uhn.fhir.model.dstu2.FhirDstu2
-
-
Constructor Summary
Constructors Constructor Description FhirDstu2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ca.uhn.fhir.fluentpath.IFluentPathcreateFluentPathExecutor(ca.uhn.fhir.context.FhirContext theFhirContext)ca.uhn.fhir.context.support.IContextValidationSupport<?,?,?,?,?,?>createValidationSupport()ca.uhn.fhir.model.api.IResourcegenerateProfile(ca.uhn.fhir.context.RuntimeResourceDefinition theRuntimeResourceDefinition, String theServerBase)Class<? extends ca.uhn.fhir.model.base.composite.BaseContainedDt>getContainedType()InputStreamgetFhirVersionPropertiesFile()org.hl7.fhir.instance.model.api.IPrimitiveType<Date>getLastUpdated(org.hl7.fhir.instance.model.api.IBaseResource theResource)StringgetPathToSchemaDefinitions()Class<? extends ca.uhn.fhir.model.base.composite.BaseResourceReferenceDt>getResourceReferenceType()ObjectgetServerVersion()ca.uhn.fhir.context.FhirVersionEnumgetVersion()ca.uhn.fhir.rest.api.IVersionSpecificBundleFactorynewBundleFactory(ca.uhn.fhir.context.FhirContext theContext)ca.uhn.fhir.model.base.composite.BaseCodingDtnewCodingDt()org.hl7.fhir.instance.model.api.IIdTypenewIdType()
-
-
-
Constructor Detail
-
FhirDstu2
public FhirDstu2()
-
-
Method Detail
-
createFluentPathExecutor
public ca.uhn.fhir.fluentpath.IFluentPath createFluentPathExecutor(ca.uhn.fhir.context.FhirContext theFhirContext)
- Specified by:
createFluentPathExecutorin interfaceca.uhn.fhir.model.api.IFhirVersion
-
createValidationSupport
public ca.uhn.fhir.context.support.IContextValidationSupport<?,?,?,?,?,?> createValidationSupport()
- Specified by:
createValidationSupportin interfaceca.uhn.fhir.model.api.IFhirVersion
-
generateProfile
public ca.uhn.fhir.model.api.IResource generateProfile(ca.uhn.fhir.context.RuntimeResourceDefinition theRuntimeResourceDefinition, String theServerBase)
- Specified by:
generateProfilein interfaceca.uhn.fhir.model.api.IFhirVersion
-
getContainedType
public Class<? extends ca.uhn.fhir.model.base.composite.BaseContainedDt> getContainedType()
- Specified by:
getContainedTypein interfaceca.uhn.fhir.model.api.IFhirVersion
-
getFhirVersionPropertiesFile
public InputStream getFhirVersionPropertiesFile()
- Specified by:
getFhirVersionPropertiesFilein interfaceca.uhn.fhir.model.api.IFhirVersion
-
getLastUpdated
public org.hl7.fhir.instance.model.api.IPrimitiveType<Date> getLastUpdated(org.hl7.fhir.instance.model.api.IBaseResource theResource)
- Specified by:
getLastUpdatedin interfaceca.uhn.fhir.model.api.IFhirVersion
-
getPathToSchemaDefinitions
public String getPathToSchemaDefinitions()
- Specified by:
getPathToSchemaDefinitionsin interfaceca.uhn.fhir.model.api.IFhirVersion
-
getResourceReferenceType
public Class<? extends ca.uhn.fhir.model.base.composite.BaseResourceReferenceDt> getResourceReferenceType()
- Specified by:
getResourceReferenceTypein interfaceca.uhn.fhir.model.api.IFhirVersion
-
getVersion
public ca.uhn.fhir.context.FhirVersionEnum getVersion()
- Specified by:
getVersionin interfaceca.uhn.fhir.model.api.IFhirVersion
-
newBundleFactory
public ca.uhn.fhir.rest.api.IVersionSpecificBundleFactory newBundleFactory(ca.uhn.fhir.context.FhirContext theContext)
- Specified by:
newBundleFactoryin interfaceca.uhn.fhir.model.api.IFhirVersion
-
newCodingDt
public ca.uhn.fhir.model.base.composite.BaseCodingDt newCodingDt()
- Specified by:
newCodingDtin interfaceca.uhn.fhir.model.api.IFhirVersion
-
newIdType
public org.hl7.fhir.instance.model.api.IIdType newIdType()
- Specified by:
newIdTypein interfaceca.uhn.fhir.model.api.IFhirVersion
-
getServerVersion
public Object getServerVersion()
- Specified by:
getServerVersionin interfaceca.uhn.fhir.model.api.IFhirVersion
-
-