Uses of Class
org.hl7.v3.CV
-
Uses of CV in org.hl7.v3
Subclasses of CV in org.hl7.v3Modifier and TypeClassDescriptionclassCoded data, where the domain from which the codeset comes is ordered.classCoded data, consists of a code, display name, code system, and original text.classA representation of a physical quantity in a unit from any code system.Fields in org.hl7.v3 declared as CVModifier and TypeFieldDescriptionprotected CVCOCTMT530000UVMaterialKind2.codeprotected CVCOCTMT820000UVPerformer.functionCodeprotected CVCR.nameprotected CVCOCTMT530000UVControlActEvent.reasonCodeprotected CVPRPAMT201306UV02PatientStatusCode.valueMethods in org.hl7.v3 that return CVModifier and TypeMethodDescriptionObjectFactory.createCV()Create an instance ofCVCOCTMT530000UVMaterialKind2.getCode()Gets the value of the code property.COCTMT820000UVPerformer.getFunctionCode()Gets the value of the functionCode property.CR.getName()Gets the value of the name property.COCTMT530000UVControlActEvent.getReasonCode()Gets the value of the reasonCode property.PRPAMT201306UV02PatientStatusCode.getValue()Gets the value of the value property.CV.withCodeSystem(String value) CV.withCodeSystemName(String value) CV.withCodeSystemVersion(String value) CV.withDisplayName(String value) CV.withNullFlavor(String... values) CV.withNullFlavor(Collection<String> values) CV.withOriginalText(ED value) CV.withQualifier(Collection<CR> values) CV.withQualifier(CR... values) CV.withTranslation(Collection<CD> values) CV.withTranslation(CD... values) Methods in org.hl7.v3 with parameters of type CVModifier and TypeMethodDescriptionvoidSets the value of the code property.voidCOCTMT820000UVPerformer.setFunctionCode(CV value) Sets the value of the functionCode property.voidSets the value of the name property.voidCOCTMT530000UVControlActEvent.setReasonCode(CV value) Sets the value of the reasonCode property.voidSets the value of the value property.COCTMT820000UVPerformer.withFunctionCode(CV value) COCTMT530000UVControlActEvent.withReasonCode(CV value)