Package org.hl7.fhir.convertors.misc
Class Convert
java.lang.Object
org.hl7.fhir.convertors.misc.Convert
-
Constructor Summary
ConstructorDescriptionConvert
(CDAUtilities cda, org.fhir.ucum.UcumService ucumSvc, String defaultTimezone) -
Method Summary
Modifier and TypeMethodDescriptiongetOids()
boolean
boolean
org.hl7.fhir.dstu3.model.Address
org.hl7.fhir.dstu3.model.CodeableConcept
org.hl7.fhir.dstu3.model.Type
org.hl7.fhir.dstu3.model.Coding
org.hl7.fhir.dstu3.model.ContactPoint
org.hl7.fhir.dstu3.model.DateType
org.hl7.fhir.dstu3.model.DateTimeType
org.hl7.fhir.dstu3.model.DateTimeType
org.hl7.fhir.dstu3.model.Enumerations.AdministrativeGender
org.hl7.fhir.dstu3.model.Identifier
org.hl7.fhir.dstu3.model.InstantType
makeInstantFromTS
(Element child) org.hl7.fhir.dstu3.model.Type
org.hl7.fhir.dstu3.model.HumanName
org.hl7.fhir.dstu3.model.Period
makePeriodFromIVL
(Element ivl) org.hl7.fhir.dstu3.model.Quantity
org.hl7.fhir.dstu3.model.Quantity
makeQuantityFromPQ
(Element pq, String units) org.hl7.fhir.dstu3.model.Range
makeRangeFromIVLPQ
(Element ivlpq) org.hl7.fhir.dstu3.model.SimpleQuantity
makeSimpleQuantityFromPQ
(Element pq, String units) org.hl7.fhir.dstu3.model.Type
makeSomethingFromGTS
(List<Element> children) org.hl7.fhir.dstu3.model.StringType
makeString
(String v) org.hl7.fhir.dstu3.model.Type
org.hl7.fhir.dstu3.model.Type
void
setGenerateMissingExtensions
(boolean generateMissingExtensions)
-
Constructor Details
-
Convert
-
-
Method Details
-
makeIdentifierFromII
- Throws:
Exception
-
makeURIfromII
-
isGuid
-
makeInstantFromTS
- Throws:
Exception
-
makeCodeableConceptFromCD
public org.hl7.fhir.dstu3.model.CodeableConcept makeCodeableConceptFromCD(Element cv) throws Exception - Throws:
Exception
-
makeCodingFromCV
- Throws:
Exception
-
makeAddressFromAD
-
makeString
-
makeContactFromTEL
- Throws:
Exception
-
makeNameFromEN
-
makeDateTimeFromTS
- Throws:
Exception
-
makeDateFromTS
- Throws:
Exception
-
makePeriodFromIVL
- Throws:
Exception
-
makeDateTimeFromIVL
- Throws:
Exception
-
makeStringFromED
- Throws:
Exception
-
makeTypeFromANY
- Throws:
Exception
-
makeMatchingTypeFromIVL
- Throws:
Exception
-
makeCodeableConceptFromNullFlavor
- Throws:
Exception
-
makeRangeFromIVLPQ
- Throws:
Exception
-
makeQuantityFromPQ
- Throws:
Exception
-
makeQuantityFromPQ
public org.hl7.fhir.dstu3.model.Quantity makeQuantityFromPQ(Element pq, String units) throws Exception - Throws:
Exception
-
makeSimpleQuantityFromPQ
public org.hl7.fhir.dstu3.model.SimpleQuantity makeSimpleQuantityFromPQ(Element pq, String units) throws Exception - Throws:
Exception
-
makeGenderFromCD
public org.hl7.fhir.dstu3.model.Enumerations.AdministrativeGender makeGenderFromCD(Element cd) throws Exception - Throws:
Exception
-
makeSomethingFromGTS
- Throws:
Exception
-
getOids
-
isGenerateMissingExtensions
-
setGenerateMissingExtensions
-