
Package org.hl7.fhir.convertors.misc
Class Convert
java.lang.Object
org.hl7.fhir.convertors.misc.Convert
-
Constructor Summary
ConstructorsConstructorDescriptionConvert(CDAUtilities cda, org.fhir.ucum.UcumService ucumSvc, String defaultTimezone) -
Method Summary
Modifier and TypeMethodDescriptiongetOids()booleanbooleanorg.hl7.fhir.dstu3.model.Addressorg.hl7.fhir.dstu3.model.CodeableConceptorg.hl7.fhir.dstu3.model.Typeorg.hl7.fhir.dstu3.model.Codingorg.hl7.fhir.dstu3.model.ContactPointorg.hl7.fhir.dstu3.model.DateTypeorg.hl7.fhir.dstu3.model.DateTimeTypeorg.hl7.fhir.dstu3.model.DateTimeTypeorg.hl7.fhir.dstu3.model.Enumerations.AdministrativeGenderorg.hl7.fhir.dstu3.model.Identifierorg.hl7.fhir.dstu3.model.InstantTypemakeInstantFromTS(Element child) org.hl7.fhir.dstu3.model.Typeorg.hl7.fhir.dstu3.model.HumanNameorg.hl7.fhir.dstu3.model.PeriodmakePeriodFromIVL(Element ivl) org.hl7.fhir.dstu3.model.Quantityorg.hl7.fhir.dstu3.model.QuantitymakeQuantityFromPQ(Element pq, String units) org.hl7.fhir.dstu3.model.RangemakeRangeFromIVLPQ(Element ivlpq) org.hl7.fhir.dstu3.model.SimpleQuantitymakeSimpleQuantityFromPQ(Element pq, String units) org.hl7.fhir.dstu3.model.TypemakeSomethingFromGTS(List<Element> children) org.hl7.fhir.dstu3.model.StringTypemakeString(String v) org.hl7.fhir.dstu3.model.Typeorg.hl7.fhir.dstu3.model.TypevoidsetGenerateMissingExtensions(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
-