Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.metadata.Hl7v2Based
Packages that use Hl7v2Based
Package
Description
-
Uses of Hl7v2Based in org.openehealth.ipf.commons.ihe.xds.core.metadata
Subclasses of Hl7v2Based in org.openehealth.ipf.commons.ihe.xds.core.metadataModifier and TypeClassDescriptionclassRepresents the address of a patient.classRepresents an authority that assigns IDs.classRepresents a code.classAssigning Authority for the CXi data type, allowing both the Namespace ID and the combination of Universal ID and Universal ID Type.classRepresents a person ID (HL7v2 CX field where only CX.1, CX.4.2 and CX.4.3 are allowed), or an XDS "Coded String".className<T extends ca.uhn.hl7v2.model.Composite>This class represents a name.classRepresents an organization.classRepresents an identifiable person.classRepresents a reference ID.classRepresents a telecommunication address.classThis class represents a name.classThis class represents a name.Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata with type parameters of type Hl7v2BasedModifier and TypeMethodDescriptionstatic <C extends ca.uhn.hl7v2.model.Composite,T extends Hl7v2Based<C>>
TParses the given HL7 v2 element into an XDS simplified model object.Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata with parameters of type Hl7v2BasedModifier and TypeMethodDescriptionstatic StringXdsHl7v2Renderer.encode(Hl7v2Based hl7v2based) Encodes the given HL7-based XDS model object using specific rules regarding required and prohibited HL7 fields.static booleanXdsHl7v2Renderer.isEmpty(Hl7v2Based hl7v2based) static StringHl7v2Based.rawRender(Hl7v2Based<?> xdsModelObject) Renders the given XDS model object as an HL7 v2 element without applying IHE TF rules regarding unwanted components.static StringHl7v2Based.render(Hl7v2Based<?> xdsModelObject) Renders the given XDS model object as an HL7 v2 element according to the XDS specification, i.e. with applying IHE TF rules regarding unwanted components. -
Uses of Hl7v2Based in org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query
Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query with type parameters of type Hl7v2BasedModifier and TypeMethodDescriptionstatic <C extends ca.uhn.hl7v2.model.Composite,T extends Hl7v2Based<C>>
List<T>static <C extends ca.uhn.hl7v2.model.Composite,T extends Hl7v2Based<C>>
QueryList<T>static <T extends Hl7v2Based<?>>
List<String>static <T extends Hl7v2Based<?>>
QueryList<String>