
Package org.hl7.fhir.dstu3.terminologies
Class CodeSystemUtilities
java.lang.Object
org.hl7.fhir.dstu3.terminologies.CodeSystemUtilities
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
defineCodeSystemProperty
(CodeSystem cs, String code, String description, CodeSystem.PropertyType type) Deprecated.static void
Deprecated.static void
Deprecated.static void
Deprecated.static String
getCodeDefinition
(CodeSystem cs, String code) Deprecated.static String
getOID
(CodeSystem cs) Deprecated.static boolean
hasOID
(CodeSystem cs) Deprecated.static boolean
Deprecated.static boolean
isInactive
(CodeSystem cs, String code) Deprecated.static boolean
Deprecated.static boolean
Deprecated.static CodeSystem
Deprecated.static void
markStatus
(CodeSystem cs, String wg, String status, String fmm) Deprecated.static void
setDeprecated
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept, DateTimeType date) Deprecated.static void
setInactive
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept) Deprecated.static void
Deprecated.static void
setOID
(CodeSystem cs, String oid) Deprecated.
-
Constructor Details
-
CodeSystemUtilities
public CodeSystemUtilities()Deprecated.
-
-
Method Details
-
isDeprecated
Deprecated. -
isNotSelectable
Deprecated. -
setNotSelectable
public static void setNotSelectable(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept) throws org.hl7.fhir.exceptions.FHIRFormatError Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRFormatError
-
setInactive
public static void setInactive(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept) throws org.hl7.fhir.exceptions.FHIRFormatError Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRFormatError
-
setDeprecated
public static void setDeprecated(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept, DateTimeType date) throws org.hl7.fhir.exceptions.FHIRFormatError Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRFormatError
-
defineNotSelectableProperty
Deprecated. -
defineInactiveProperty
Deprecated. -
defineDeprecatedProperty
Deprecated. -
defineCodeSystemProperty
public static void defineCodeSystemProperty(CodeSystem cs, String code, String description, CodeSystem.PropertyType type) Deprecated. -
getCodeDefinition
Deprecated. -
setOID
Deprecated. -
hasOID
Deprecated. -
getOID
Deprecated. -
isInactive
public static boolean isInactive(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def) throws org.hl7.fhir.exceptions.FHIRException Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRException
-
isInactive
public static boolean isInactive(CodeSystem cs, String code) throws org.hl7.fhir.exceptions.FHIRException Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRException
-
markStatus
Deprecated.
-