Package ca.uhn.fhir.jpa.api.model
Class TranslationRequest
java.lang.Object
ca.uhn.fhir.jpa.api.model.TranslationRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis is just a convenience method that creates a codeableconcept if one doesn't already exist, and adds a coding to itorg.hl7.fhir.r4.model.CodeableConceptorg.hl7.fhir.r4.model.StringTypeorg.hl7.fhir.r4.model.BooleanTypebooleanorg.hl7.fhir.r4.model.UriTypeorg.hl7.fhir.r4.model.UriTypeorg.hl7.fhir.r4.model.UriTypeorg.hl7.fhir.r4.model.UriTypegetUrl()booleanbooleanbooleanbooleanbooleanbooleanbooleanhasUrl()setCodeableConcept(org.hl7.fhir.r4.model.CodeableConcept theCodeableConcept)setConceptMapVersion(org.hl7.fhir.r4.model.StringType theConceptMapVersion)voidsetResourceId(Long theResourceId)voidsetReverse(boolean theReverse)voidsetReverse(org.hl7.fhir.r4.model.BooleanType theReverse)setSource(org.hl7.fhir.r4.model.UriType theSource)setTarget(org.hl7.fhir.r4.model.UriType theTarget)setTargetSystem(org.hl7.fhir.r4.model.UriType theTargetSystem)setUrl(org.hl7.fhir.r4.model.UriType theUrl)
-
Constructor Details
-
TranslationRequest
public TranslationRequest()
-
-
Method Details
-
addCode
This is just a convenience method that creates a codeableconcept if one doesn't already exist, and adds a coding to it -
getCodeableConcept
-
setCodeableConcept
public TranslationRequest setCodeableConcept(org.hl7.fhir.r4.model.CodeableConcept theCodeableConcept) -
getResourceId
-
setResourceId
-
getReverse
-
setReverse
-
setReverse
-
getReverseAsBoolean
-
getUrl
-
setUrl
-
getConceptMapVersion
-
setConceptMapVersion
public TranslationRequest setConceptMapVersion(org.hl7.fhir.r4.model.StringType theConceptMapVersion) -
getSource
-
setSource
-
getTarget
-
setTarget
-
getTargetSystem
-
setTargetSystem
-
getTranslationQueries
-
hasResourceId
-
hasReverse
-
hasUrl
-
hasConceptMapVersion
-
hasSource
-
hasTarget
-
hasTargetSystem
-