Uses of Class
com.ibm.fhir.model.type.code.CodeSystemContentMode
-
Packages that use CodeSystemContentMode Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of CodeSystemContentMode in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return CodeSystemContentMode Modifier and Type Method Description CodeSystemContentModeCodeSystem. getContent()The extent of the content of the code system (the concepts and codes it defines) are represented in this resource instance.Methods in com.ibm.fhir.model.resource with parameters of type CodeSystemContentMode Modifier and Type Method Description CodeSystem.BuilderCodeSystem.Builder. content(CodeSystemContentMode content)The extent of the content of the code system (the concepts and codes it defines) are represented in this resource instance. -
Uses of CodeSystemContentMode in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as CodeSystemContentMode Modifier and Type Field Description static CodeSystemContentModeCodeSystemContentMode. COMPLETECompletestatic CodeSystemContentModeCodeSystemContentMode. EXAMPLEExamplestatic CodeSystemContentModeCodeSystemContentMode. FRAGMENTFragmentstatic CodeSystemContentModeCodeSystemContentMode. NOT_PRESENTNot Presentstatic CodeSystemContentModeCodeSystemContentMode. SUPPLEMENTSupplementMethods in com.ibm.fhir.model.type.code that return CodeSystemContentMode Modifier and Type Method Description CodeSystemContentModeCodeSystemContentMode.Builder. build()static CodeSystemContentModeCodeSystemContentMode. of(CodeSystemContentMode.ValueSet value)Factory method for creating CodeSystemContentMode objects from a passed enum value.static CodeSystemContentModeCodeSystemContentMode. of(String value)Factory method for creating CodeSystemContentMode objects from a passed string value.
-