C# 클래스 gov.va.medora.mdo.domain.ccd.CCRHelper

파일 보기 프로젝트 열기: OSEHRA/mdo 1 사용 예제들

공개 메소드들

메소드 설명
buildAllergyObject ( string id, string localId, string name, string allergyType, string allergyTypeCode, string enteredDate, string verifiedDate, string status, IList reactions ) : AlertType
buildLabObject ( string id, string accessionNumber, string testType, string specimen, string status, string collectedDate, string completedDate, string result, string units, string codingValue, string codingSystem, string normalLow, string normalHigh ) : TestType
buildMedObject ( string medName, string medId, string startDate, string stopDate, string issueDate, string fillDate, string expirationDate, string sig, string strength, string units, string form, string dose, string frequency, string route, string refills, string fillsRemaining, string quantity, string authorName, string authorId, string status, string rxType ) : StructuredProductType
buildPatientObject ( string id, string ssn, string firstname, string lastName, string middleName, string dob, string age, string gender, DemographicSet demogs ) : ActorType
buildProblemObject ( string problemName, string problemId, string startDate, string stopDate, string entered, string lastUpdated, string providerName, string codingSystem, string codingValue, string codingVersion, string statusCode, string statusText ) : ProblemType

메소드 상세

buildAllergyObject() 공개 메소드

public buildAllergyObject ( string id, string localId, string name, string allergyType, string allergyTypeCode, string enteredDate, string verifiedDate, string status, IList reactions ) : AlertType
id string
localId string
name string
allergyType string
allergyTypeCode string
enteredDate string
verifiedDate string
status string
reactions IList
리턴 AlertType

buildLabObject() 공개 메소드

public buildLabObject ( string id, string accessionNumber, string testType, string specimen, string status, string collectedDate, string completedDate, string result, string units, string codingValue, string codingSystem, string normalLow, string normalHigh ) : TestType
id string
accessionNumber string
testType string
specimen string
status string
collectedDate string
completedDate string
result string
units string
codingValue string
codingSystem string
normalLow string
normalHigh string
리턴 TestType

buildMedObject() 공개 메소드

public buildMedObject ( string medName, string medId, string startDate, string stopDate, string issueDate, string fillDate, string expirationDate, string sig, string strength, string units, string form, string dose, string frequency, string route, string refills, string fillsRemaining, string quantity, string authorName, string authorId, string status, string rxType ) : StructuredProductType
medName string
medId string
startDate string
stopDate string
issueDate string
fillDate string
expirationDate string
sig string
strength string
units string
form string
dose string
frequency string
route string
refills string
fillsRemaining string
quantity string
authorName string
authorId string
status string
rxType string
리턴 StructuredProductType

buildPatientObject() 공개 메소드

public buildPatientObject ( string id, string ssn, string firstname, string lastName, string middleName, string dob, string age, string gender, DemographicSet demogs ) : ActorType
id string
ssn string
firstname string
lastName string
middleName string
dob string
age string
gender string
demogs DemographicSet
리턴 ActorType

buildProblemObject() 공개 메소드

public buildProblemObject ( string problemName, string problemId, string startDate, string stopDate, string entered, string lastUpdated, string providerName, string codingSystem, string codingValue, string codingVersion, string statusCode, string statusText ) : ProblemType
problemName string
problemId string
startDate string
stopDate string
entered string
lastUpdated string
providerName string
codingSystem string
codingValue string
codingVersion string
statusCode string
statusText string
리턴 ProblemType