Package ca.cdr.test.hl7v2
Class MinimalHl7v2ToFhirTestData.ObservationData
java.lang.Object
ca.cdr.test.hl7v2.MinimalHl7v2ToFhirTestData.ObservationData
- Enclosing class:
- MinimalHl7v2ToFhirTestData
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionObservationData
(String theSystem, String theCode, String theText, String theStatus, MinimalHl7v2ToFhirTestData.V2ToFhirDateTime theDateTime) -
Method Summary
-
Field Details
-
system
-
code
-
text
-
status
-
dateTime
-
-
Constructor Details
-
ObservationData
public ObservationData(String theSystem, String theCode, String theText, String theStatus, MinimalHl7v2ToFhirTestData.V2ToFhirDateTime theDateTime)
-